html {
    font-size: 50px !important;
}
.head {
    height: 5.4rem;
    background: url('https://img.58cdn.com.cn/dist/jxedt/h5/m_new/img/pass.png') no-repeat center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.34rem;
    color: rgba(255, 255, 255, .7);
}
.head_con {
    width:200px;
    height:200px; 
    margin-right: .8rem;
}
.navCon_exam_result {
    width: 100%;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 .3rem;
}
.iconfont_exam_result {
    width: 0.48rem;
    height: 0.48rem;
    background: url('https://img.58cdn.com.cn/dist/jxedt/h5/m_new/img/goBack.png') no-repeat center;
    background-size: 100%;
}
.navCon_text_exam_result {
    text-align: center;
}

.right_item {
    margin-bottom: 0.42rem;
}
.right_item:last-child {
    margin-bottom: 0;
}

.right_item_text1 {
    font-size: 0.28rem;
    color: #FFFFFF;
    opacity: .8;
}

.right_item_text2 {
    font-size: 0.4rem;
    color: #FFFFFF;
}

.main_exam_result_new {
    height: 5.48rem;
    /* margin: 0.3rem; */
    width: 95%;
    margin: auto;
    background: url('https://img.58cdn.com.cn/dist/jxedt/h5/m_new/img/content_bgc.png') no-repeat;
    background-size: 100% 100%;
    padding: 0.68rem 0.1rem 0.1rem 0.1rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
}

.content_exam_result_new {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content_img {
    width: 2.5rem;
    height: 2.14rem;
}

.content_text {
    font-size: 0.28rem;
    font-weight: 500;
    color: #666666;
    margin: 0.2rem 0 0.26rem 0;
    text-align: center;
}

.content_btn {
    width: 5.9rem;
    height: 0.88rem;
    background: #00BB7E;
    border-radius: 1rem;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.88rem;
    text-align: center;
}